blktap: Move error signaling to blktapctrl
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 12 Mar 2009 18:48:09 +0000 (18:48 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 12 Mar 2009 18:48:09 +0000 (18:48 +0000)
commitcde518aa7137afa61849403736f3e4b62e00fe1f
treee1e46a2dc1dc50173702652f809807d8aa473951
parent3dc413c7bd82ddb93a3c7e25d15002a15e0e250c
blktap: Move error signaling to blktapctrl

Until now the udev script for blktap devices needs to decide if to
signal success or failure to xend. As this script runs completely
independent of blktapctrl and tapdisk/ioemu which do the real work,
the udev script can't even theoretically know if tapdisk is happy.

This patch removes the udev script and replaces its checks by new
ones in libblktap.

Signed-off-by: Kevin Wolf <kwolf@suse.de>
tools/blktap/drivers/blktapctrl.c
tools/blktap/lib/xenbus.c
tools/hotplug/Linux/Makefile
tools/hotplug/Linux/blktap [deleted file]
tools/hotplug/Linux/xen-backend.rules